From: Johan Dahlin Date: Fri, 20 Jun 2008 14:22:26 +0000 (+0000) Subject: Fix gtk-doc syntax, add missing trailing colon. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31818 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=493914fa7a6c4786054db64645ea8919625c96e5;p=gtk4.git Fix gtk-doc syntax, add missing trailing colon. 2008-06-20 Johan Dahlin * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon. svn path=/trunk/; revision=20646 --- diff --git a/ChangeLog b/ChangeLog index c27dfa9270..c9835c85af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-06-20 Johan Dahlin + * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon. + * gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes * gtk/gtkwidget.c (gtk_widget_get_allocation): Remove unused variable diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 99cc4c8bfc..5ab9d0133e 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -488,7 +488,7 @@ gtk_scale_button_dispose (GObject *object) } /** - * gtk_scale_button_new + * gtk_scale_button_new: * @size: a stock icon size * @min: the minimum value of the scale (usually 0) * @max: the maximum value of the scale (usually 100) @@ -526,7 +526,7 @@ gtk_scale_button_new (GtkIconSize size, } /** - * gtk_scale_button_get_value + * gtk_scale_button_get_value: * @button: a #GtkScaleButton * * Gets the current value of the scale button. @@ -548,7 +548,7 @@ gtk_scale_button_get_value (GtkScaleButton * button) } /** - * gtk_scale_button_set_value + * gtk_scale_button_set_value: * @button: a #GtkScaleButton * @value: new value of the scale button * @@ -573,7 +573,7 @@ gtk_scale_button_set_value (GtkScaleButton *button, } /** - * gtk_scale_button_set_icons + * gtk_scale_button_set_icons: * @button: a #GtkScaleButton * @icons: a %NULL-terminated array of icon names * @@ -626,7 +626,7 @@ gtk_scale_button_get_adjustment (GtkScaleButton *button) } /** - * gtk_scale_button_set_adjustment + * gtk_scale_button_set_adjustment: * @button: a #GtkScaleButton * @adjustment: a #GtkAdjustment * @@ -1321,6 +1321,5 @@ gtk_scale_button_scale_value_changed (GtkRange *range) g_object_notify (G_OBJECT (button), "value"); } - #define __GTK_SCALE_BUTTON_C__ #include "gtkaliasdef.c"